Eclipse Platform
Pre-release 3.0

org.eclipse.ui.contexts
Interface IMutableContextActivationService

All Superinterfaces:
IContextActivationService

public interface IMutableContextActivationService
extends IContextActivationService

An instance of this interface allows clients to manage context activation.

This interface is not intended to be extended or implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
ContextActivationServiceFactory

Method Summary
 void setActiveContextIds(Set activeContextIds)
          Sets the set of identifiers to active contexts.
 
Methods inherited from interface org.eclipse.ui.contexts.IContextActivationService
addContextActivationServiceListener, getActiveContextIds, removeContextActivationServiceListener
 

Method Detail

setActiveContextIds

public void setActiveContextIds(Set activeContextIds)
Sets the set of identifiers to active contexts.

Parameters:
activeContextIds - the set of identifiers to active contexts. This set may be empty, but it must not be null. If this set is not empty, it must only contain instances of String.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.